home *** CD-ROM | disk | FTP | other *** search
- Q32314 Internal Compiler Error: pgoMD.c 1.120, Line 1467
- C Compiler
- 5.10 | 5.10
- MS-DOS | OS/2
-
- Summary:
- When the code below is compiled using the default options, it
- generates the following error:
-
- fatal error C1001: Internal Compiler Error
- (compiler file '@(#)pgoMD.c:1.120', line 1467)
- Contact Microsoft Technical Support
-
- Microsoft has confirmed this to be a problem in Version 5.10 of the
- C compiler. We are researching this problem and will post new
- information as it becomes available.
-
- More Information:
- The following code demonstrates the problem:
-
- void main(void);
-
- void main ()
- {
- }
-
- typedef char strtype[30];
-
- typedef struct {
- int any_var;
- int any_other_var;
- strtype any_str;
- } recordtype;
-
- static void any_proc(recordtype *any_rec);
-
- static void any_proc(
- recordtype *any_rec
- )
- {
- int any_local_var;
-
- (any_local_var,*any_rec).any_var = 0;
- }
-
-
-
- Keywords: buglist5.10
- Updated 88/07/21 03:19
-